home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / pmode / 386p_200 / 386mnu.inc < prev    next >
Encoding:
Text File  |  1994-09-22  |  428 b   |  23 lines

  1. ; DEFINITIONS FOR MENU STRUCTURES
  2.  
  3. ; currently defined menu entry types
  4. M_HEADER   =0
  5. M_BAR      =1
  6. M_INT      =2
  7. M_UNSIGNED =3
  8. M_PICK     =4
  9. M_STRING   =5
  10. M_MENU     =6
  11. M_CALL     =7
  12. M_TOGGLE   =8
  13. M_KEY      =9
  14. M_EXIT     =10
  15. M_END      =11
  16.  
  17. ; this value means "exit key" does not pop out the current menu
  18. M_NOESC   =1
  19.  
  20. ; this value means "avoid this menu" when getting back from the submenu
  21. M_BYPASS =1
  22.  
  23.